NamesToUse
Type
property
Summary
The name will draw the days of the week on the calendar.
Syntax
set the namesToUse of widget to {English | System | Custom}
get the namesToUse of widget
Description
Use the namesToUse property to change the label to display for each day of the week. The possible values values are:
- English: It will show the label of the days of the week as follows.
SU,MO,TU,WE,TH,FR,SA
- System: It will show the label of the days of the week according to the result of the function
the abbr system weekdaynames
. - Custom: It will be shown as the label of the days of the week, which are defined in the dayNames property
Examples
# English is the default value.
set the namesToUse of widget "Date Picker" to "English"
Related
message: dateChanged
property: AutoResizeFont, dayNames, headerColor, hiliteStyle, monthNames, mouseOverColor, namesToUse, padDates, paddingColor, selectedDate, showGrid, weekStartsOn
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web